
@keyframes puls{
	  0%{ opacity: 0; }
	100%{ opacity: 1; }
}

.tweedegraadsplus-knop{ position: relative; display: block; width: 0px; height: 158px; padding: 0px 0px 0px 158px; overflow: hidden; background: url(beeld/knop.tweedegraads_plus.35p.png); }
.tweedegraadsplus-knop:before{ content:''; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background: url(beeld/knop.tweedegraads_plus.35p.licht.png); opacity: 0; animation: puls 1s infinite alternate;  }
.tweedegraadsplus-knop:after{ content:''; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background: url(beeld/knop.tweedegraads_plus.35p.actief.png); opacity: 0; transition: opacity .5s ease-in-out; }
.tweedegraadsplus-knop:hover:after{ opacity: 1; }

